TaskFactory(TResult) Properties

Task Parallel System.Threading

The TaskFactory<(Of <(TResult>)>) type exposes the following members.

Properties

  NameDescription
CancellationToken
Gets the default CancellationToken of this TaskFactory.
ContinuationOptions
Gets the TaskContinuationOptions value of this TaskFactory{TResult}.
CreationOptions
Gets the TaskCreationOptions value of this TaskFactory{TResult}.
Scheduler
Gets the TaskScheduler of this TaskFactory{TResult}.

See Also